choice

Suspend processing, and wait for the user to press a valid key.
   choice [options] [text]

Options

  /C[:]choices
  Specifies allowable keys. Default is YN

  /N
  Do not display choices and ? at end of prompt.

  /S
  Treat choices as case sensitive.

  /T[:]c,nn
  Specify the default choice `c' after `nn' seconds of no response.

  text
  Prompt string to display (Default=none.)

Copyright © 1998 Jim Hall
This file is derived from the FreeDOS Spec Command HOWTO. See the file H2Cpying.txt for copying conditions.